home *** CD-ROM | disk | FTP | other *** search
- Path: druid.borland.com!usenet
- From: Jeff Jenkins <jjenkins@wpo.borland.com>
- Newsgroups: comp.lang.c++
- Subject: Re: create window failed
- Date: Tue, 05 Mar 1996 10:08:32 -0800
- Organization: Borland International
- Message-ID: <313C8320.4E5@wpo.borland.com>
- References: <313B3FF1.173F@pcmail.uni-trier.de>
- NNTP-Posting-Host: beastly.borland.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- bakpeter@pcmail.uni-trier.de wrote:
- >
- > i just started programming in turbo c++ 4.5 for windows with owl 2.5.
- > until now i'm not able to run my application (.exe) without any borland
- > app in background. if i try to start my app standalone, there is always
- > the error message "Object Windows exception: create window failed". but,
- > if turbo is running, the exe-file does run too.
- > what does it mean and how can i manage this problem?
- > thanks for answer,
- > pb.You will find that comp.os.ms-windows.programmer.tools.owl would be a
- better place for OWL specific questions.
-
- However, the problem is that you are not loading BWCC.DLL. You must
- have some dialog that is a Bor_Dlg (a bwcc custom dlg class). Make sure
- you are linking with the import library (bwcc.lib) and that you call
- EnableBWCC(). InitMainWindow() is a good place for the call.
-
- -- jrj
-